home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / commercial / inovatronics / edgedemo / edgeeditor / rexx / menu_timedate.edge < prev    next >
Text File  |  1994-11-17  |  357b  |  19 lines

  1. /*
  2. ** $VER: Menu_TimeDate.edge 1.0 (Friday 22-Oct-93 12:55:22)
  3. **
  4. ** Type in the current time/date
  5. **
  6. ** Written by Thomas liljetoft & Inovatronics
  7. */
  8.  
  9. options results
  10.  
  11. /* this types in the date and time based on rexx's routines
  12.    'text raw "'time()', 'date()'"'
  13. */
  14.  
  15. /* this types in based on edge's routines */
  16. 'getenvvar _ge_date'
  17. 'text raw "'result'"'
  18.  
  19.